home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Contributed / SpriteWorld / SpriteWorld Files / Headers / SWUtils.h < prev    next >
Encoding:
Text File  |  2000-10-06  |  990 b   |  52 lines  |  [TEXT/CWIE]

  1. ///--------------------------------------------------------------------------------------
  2. //    SWUtils.h
  3. //
  4. //  #include this file with your projects, and all the necessary
  5. //  SpriteWorld Utils files will be included automatically.
  6. ///--------------------------------------------------------------------------------------
  7.  
  8. #ifndef __CIRCULARSCROLLING__
  9. #include <Circular Scrolling.h>
  10. #endif
  11.  
  12. #ifndef __MULTISCREENSCROLLING__
  13. #include <Multi-Screen Scrolling.h>
  14. #endif
  15.  
  16. #ifndef __SWAPPLICATION__
  17. #include <SWApplication.h>
  18. #endif
  19.  
  20. #ifndef __DIALOGUTILS__
  21. #include <SWDialogUtils.h>
  22. #endif
  23.  
  24. #ifndef __SWFIXED__
  25. #include <SWFixed.h>
  26. #endif
  27.  
  28. #ifndef __SWFPSReport__
  29. #include <SWFPSReport.h>
  30. #endif
  31.  
  32. #ifndef __SWGAMEUTILS__
  33. #include <SWGameUtils.h>
  34. #endif
  35.  
  36. #ifndef __PARTICLES__
  37. #include <SWParticles.h>
  38. #endif
  39.  
  40. #ifndef __SWSOUNDS__
  41. #include <SWSounds.h>
  42. #endif
  43.  
  44. #ifndef __SWSTATS__
  45. #include <SWStats.h>
  46. #endif
  47.  
  48. #include <SWCompressResource.h>
  49. #include <SWDitherDown.h>
  50. #include <SWFastLine.h>
  51.  
  52.